﻿CHARACTERS = {
	c:HAW = {
		create_character = {
			# Kamehameha III
			#role = politician # Remove this line
			first_name = "Kamehameha_III"
			last_name = "Kamehameha"
			ruler = yes
			age = 22
			interest_group = ig_landowners
			ideology = ideology_pacifist
			traits = {
				direct
				innovative
			}
		}	

		create_character = {
			# Kamehameha IV
			#role = politician # Remove this line
			first_name = "Kamehameha_IV"
			last_name = "Kamehameha"
			heir = yes
			age = 2
			interest_group = ig_landowners
			ideology = ideology_theocrat
			traits = {
				tactful
			}
		}

		create_character = {
			# Asa Thurston
			#role = politician # Remove this line
			first_name = "Asa"
			last_name = "Thurston"
			ig_leader = yes
			age = 39
			interest_group = ig_devout
			ideology = ideology_theocrat
			traits = {
				reserved
			}
		}
	}
}
